-- card: 6939 from stack: in -- bmap block id: 6661 -- flags: 4000 -- background id: 2143 -- name: Opening ----- HyperTalk script ----- on openCard global OppHP global YourHP global SetPass global GoneStatus put 100 into OppHP put 100 into YourHP put false into SetPass put false into GoneStatus end openCard -- part 1 (button) -- low flags: 80 -- high flags: 0000 -- rect: left=108 top=21 right=66 bottom=168 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp push this card go to card "Sword Play Help Index" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=227 top=150 right=202 bottom=285 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual effect dissolve slowly go to card "Off/Def" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=316 top=21 right=65 bottom=430 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp push this card visual effect iris open slowly go to card "Introduction Help Start" end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=456 top=0 right=19 bottom=496 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp domenu Quit Hypercard end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=108 top=20 right=67 bottom=169 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp push this card visual effect iris open slowly go to card "Sword Play Help Index" end mouseUp